org.eclipse.ui.texteditor
Class AnnotationType
java.lang.Object
org.eclipse.ui.texteditor.AnnotationType
- public class AnnotationType
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationType
public AnnotationType(String type,
String[] superTypes)
getType
public String getType()
getSuperTypes
public String[] getSuperTypes()
getPreference
public AnnotationPreference getPreference()
- For internal use only.
Visibility will be changed to default.
setAnnotationPreference
public void setAnnotationPreference(AnnotationPreference preference)
- For internal use only.
Visibility will be changed to default.
isSubtype
public boolean isSubtype(String superType)
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.